CollectorTransformer

@DisableCachingByDefault(because = "Not worth caching")
abstract class CollectorTransformer : TransformAction<CollectorTransformer.Parameters>

The artifact transformer collecting JAR files located within the IntelliJ Platform or Marketplace Plugin archives.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface Parameters : TransformParameters

Properties

Link copied to clipboard
@get:InputArtifact
@get:Classpath
abstract val inputArtifact: Provider<FileSystemLocation>

Functions

Link copied to clipboard
Link copied to clipboard
open override fun transform(outputs: TransformOutputs)